home *** CD-ROM | disk | FTP | other *** search
- #
- # Mainboard Tools #2
- #
- mainboard2_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.2 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Mainboard Tools 2/2] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " CPU Information "
- set textColor = color[white on cyan]
- print " [F1] Intel Processor Frequency ID V7.2.20041115 "
- print " "
- set textColor = color[yellow on cyan]
- print " System Information "
- set textColor = color[white on cyan]
- print " [F2] AIDA16 V2.14 [F6] PCISniffer V1.3 "
- print " [F3] NSSI V0.58.6 [F7] PCI V0.49B "
- print " [F4] PC-Config V9.33 [F8] CTIA V2.1 "
- print " [F5] ASTRA V4.21 (Demo) "
- print " "
- set textColor = color[yellow on cyan]
- print " Benchmark Applications "
- set textColor = color[white on cyan]
- print " [F9] System Speed Test 32 V4.78 [2] CPU Benchmark "
- print " [1] 3D Benchmark VGA V1.0 [3] CD Index V1.1 "
- print " "
- set textColor = color[yellow on cyan]
- print " BIOS Utilities "
- set textColor = color[white on cyan]
- print " [4] BIOS V1.34.0 [7] CMOSPWD V4.4 "
- print " [5] Uniflash V1.38 [8] !BIOS V3.20 "
- print " [6] WipeCMOS V1.2 "
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC to return to previous menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey 500 script boothdd0.scn
- clear
- if ($lastKey == key[f1]); then bcdw \images\freedos.img \dosapps\intelfid\startup.bat
- if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\aida16\startup.bat
- if ($lastKey == key[f3]); then memdisk \images\nssi.igz
- if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\pcconfig\startup.bat
- if ($lastKey == key[f5]); then bcdw \images\freedos.img \dosapps\astra\startup.bat
- if ($lastKey == key[f6]); then diskemu \images\pcisniff.img
- if ($lastKey == key[f7]); then bcdw \images\freedos.img \dosapps\pci\startup.bat
- if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\ctia\startup.bat
- if ($lastKey == key[f9]); then bcdw \images\freedos.img \dosapps\sst\startup.bat
- if ($lastKey == key[1]); then bcdw \images\freedos.img \dosapps\3dbench\startup.bat
- if ($lastKey == key[2]); then bcdw \images\freedos.img \dosapps\bench\startup.bat
- if ($lastKey == key[3]); then bcdw \images\freedos.img \dosapps\cdindex\startup.bat
- if ($lastKey == key[4]); then bcdw \images\freedos.img \dosapps\bios\startup.bat
- if ($lastKey == key[5]); then bcdw \images\freedos.img \dosapps\uniflash\startup.bat
- if ($lastKey == key[6]); then bcdw \images\freedos.img \dosapps\wipecmos\startup.bat
- if ($lastKey == key[7]); then bcdw \images\freedos.img \dosapps\cmospwd\startup.bat
- if ($lastKey == key[8]); then bcdw \images\freedos.img \dosapps\xbios\startup.bat
- if ($lastKey == key[esc]); then script mboard.scn
- goto mainboard2_menu
-
-